home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Classic Collection / The Amiga Classic Collection - Disc 1.iso / Business / BU68-AccountsMaster3.DMS / BU68-AccountsMaster3.adf / s / SelectIt.doc.BAK < prev    next >
Text File  |  1993-06-04  |  3KB  |  90 lines

  1.  
  2.                             SelectIt v1.01
  3.  
  4.                written by Martin Platt 20th March 1993
  5.  
  6.  
  7.   About.
  8.   ------
  9.  
  10.         Written in assembler using Devpac 2 & 3
  11.  
  12.         Selectit allows you to run programs from floppy and hard disk by
  13.         clicking on one of the window's boxes.  It allows easy access to
  14.         applications without the need to click on a dozen workbench icons
  15.         before you can find the program you need to run.
  16.  
  17.         If you have a hard disk (or floppy come to that) you can place
  18.         a call to SelectIt in your startup-sequence and providing you
  19.         have setup the neccessary SelectIt.mcp file, you're presented
  20.         with a window of options (programs) to choose from.
  21.  
  22.         Click once on any of the 24 boxes and you'll be launched into
  23.         that paticular application.
  24.  
  25.  
  26.   Setup.
  27.   ------
  28.         Place SelectIt in your C directory on the startup disk.
  29.         Create a file named SelectIt.mcp and place in your S directory.
  30.  
  31.         The SelectIt.mcp file can be created using ED or any word
  32.         processor and should be placed in the logical device S:
  33.  
  34.         The format should follow that given below:
  35.  
  36.         First line:
  37.  
  38.         Word Processor     ;<---- Descripton of program (max 20 chars)
  39.  
  40.  
  41.         ;Second line:
  42.  
  43.         df0:utils/Textplus ;<--- Program name including full path.
  44.                            ;     (max 40 characters)
  45.  
  46.         ;Third line:
  47.  
  48.         My Comms proggy    ;<--- Description
  49.  
  50.  
  51.         ;Fourth line:
  52.  
  53.         df0:Comms/Ncomm    ;<--- Path & prog. name
  54.  
  55.         ;etc.............
  56.  
  57.         Multitasking can be achieved by inserting 'Run' prior to
  58.         path and prog. name. eg.
  59.  
  60.         run df0:utils/Textplus
  61.  
  62.  
  63.   Useage.
  64.   ------
  65.         Run from the CLI by typing SelectIt <Return>.
  66.  
  67.  
  68.   Note.
  69.   -----
  70.   Because SelectIt uses certain Dos commands to run your applications,
  71.   these commands must be available to the program. For example, if you
  72.   'Run df0:Amigabasic' ,the 'Run' command must be in the C directory of
  73.   your boot disk. If you 'Type df0:My.doc' , the 'Type' command must be
  74.   in the C directory etc...
  75.  
  76.   If you have not created a file named 'SelectIt.mcp' in the S directory
  77.   of your boot disk, SelectIt will not run.
  78.  
  79.   Ensure the path and program you specify exist!
  80.  
  81.   Bugs & Comments to:
  82.   -------------------
  83.  
  84.                 Martin Platt
  85.                 6 Malpas Drive
  86.                 Northallerton
  87.                 North Yorkshire.
  88.                 DL7 8TU.
  89.  
  90.                 Tel:0609 778613